-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(container): update image spegel ( v0.0.28 → v0.0.29 ) #4958
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | ------------------------------------- | ------- | ------- | | docker | ghcr.io/spegel-org/helm-charts/spegel | v0.0.28 | v0.0.29 |
repo-jeeves
bot
added
renovate/container
Issue relates to a Renovate container update
type/patch
Issue relates to a patch version bump
cluster/main
Changes made in the main cluster
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
labels
Jan 10, 2025
--- kubernetes/main/apps/kube-system/spegel/app Kustomization: flux-system/kube-system-spegel HelmRelease: kube-system/spegel
+++ kubernetes/main/apps/kube-system/spegel/app Kustomization: flux-system/kube-system-spegel HelmRelease: kube-system/spegel
@@ -13,13 +13,13 @@
spec:
chart: spegel
sourceRef:
kind: HelmRepository
name: spegel-charts
namespace: flux-system
- version: v0.0.28
+ version: v0.0.29
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
--- HelmRelease: kube-system/spegel Role: kube-system/spegel
+++ HelmRelease: kube-system/spegel Role: kube-system/spegel
@@ -1,22 +0,0 @@
----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
- name: spegel
- namespace: kube-system
- labels:
- app.kubernetes.io/name: spegel
- app.kubernetes.io/instance: spegel
- app.kubernetes.io/managed-by: Helm
-rules:
-- apiGroups:
- - coordination.k8s.io
- resources:
- - leases
- verbs:
- - get
- - list
- - watch
- - create
- - update
-
--- HelmRelease: kube-system/spegel RoleBinding: kube-system/spegel
+++ HelmRelease: kube-system/spegel RoleBinding: kube-system/spegel
@@ -1,19 +0,0 @@
----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
- name: spegel
- namespace: kube-system
- labels:
- app.kubernetes.io/name: spegel
- app.kubernetes.io/instance: spegel
- app.kubernetes.io/managed-by: Helm
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: spegel
-subjects:
-- kind: ServiceAccount
- name: spegel
- namespace: kube-system
-
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -82,15 +82,14 @@
- https://registry.k8s.io
- https://k8s.gcr.io
- https://lscr.io
- --containerd-sock=/run/containerd/containerd.sock
- --containerd-namespace=k8s.io
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
- - --bootstrap-kind=kubernetes
- - --leader-election-namespace=kube-system
- - --leader-election-name=spegel-leader-election
+ - --bootstrap-kind=dns
+ - --dns-bootstrap-domain=spegel-bootstrap.kube-system.svc.cluster.local.
- --resolve-latest-tag=true
- --local-addr=$(NODE_IP):29999
- --containerd-content-path=/var/lib/containerd/io.containerd.content.v1.content
env:
- name: NODE_IP
valueFrom:
--- HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
@@ -0,0 +1,22 @@
+---
+apiVersion: v1
+kind: Service
+metadata:
+ name: spegel-bootstrap
+ namespace: kube-system
+ labels:
+ app.kubernetes.io/component: metrics
+ app.kubernetes.io/name: spegel
+ app.kubernetes.io/instance: spegel
+ app.kubernetes.io/managed-by: Helm
+spec:
+ selector:
+ app.kubernetes.io/name: spegel
+ app.kubernetes.io/instance: spegel
+ clusterIP: None
+ publishNotReadyAddresses: true
+ ports:
+ - name: router
+ port: 5001
+ protocol: TCP
+ |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cluster/main
Changes made in the main cluster
renovate/container
Issue relates to a Renovate container update
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
type/patch
Issue relates to a patch version bump
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.28
->v0.0.29